.rightbar-act-wrap {
    position: absolute;
    top: -90px;
    right: 0px;
    z-index: 10;
    width: 40px;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
}

.rightbar-act-wrap:hover .rightbar-act-wrap-2-box {
    display: block;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.rightbar-act-wrap .rightbar-act-wrap-1 a {
    /*动画时间*/
    display: inline-block;
}

.rightbar-act-wrap .rightbar-act-wrap-1 a img {
    width: 40px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.rightbar-act-wrap .rightbar-act-wrap-2-box {
    position: absolute;
    z-index: 11;
    width: 270px;
    height: 140px;
    overflow: hidden;
    border-radius: 4px;
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    background: none;
    right: 100%;
    -webkit-transition: opacity 0.25s, transform 0.3s;
    -moz-transition: opacity 0.25s, transform 0.3s;
    transition: opacity 0.25s, transform 0.3s;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transform-origin: 100% 95%;
    -ms-transform-origin: 100% 95%;
    transform-origin: 100% 95%;
}

.rightbar-act-wrap .rightbar-act-wrap-2-box .rightbar-act-wrap-2 {
    width: 260px;
    height: 140px;
}

.rightbar-act-wrap .rightbar-act-wrap-2-box .rightbar-act-wrap-2 a {
    /*动画时间*/
    display: inline-block;
}

.rightbar-act-wrap .rightbar-act-wrap-2-box .rightbar-act-wrap-2 a img {
    width: 260px;
    height: 140px;
    border-radius: 4px;
    display: inline-block;
}

.rightbar-act-wrap .close-icon {
    z-index: 1001;
    background: url(../img/front_sprites.png) -81px -86px;
    width: 14px;
    height: 14px;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.rightbar-act-wrap .close-icon:hover {
    background: url(../img/front_sprites.png) -47px -86px;
}

.new-rightbar {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    margin-top: 0px;
    z-index: 999;
    width: 40px;
    background: transparent !important;
    box-shadow: 0 0 5px #e3e3e3;
    display: none;
    cursor: pointer;
}

.new-rightbar>li {
    width: 38px;
    height: 60px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
    padding: 0 !important;
    position: relative;
}
.new-rightbar>li>span{
    font-size: 13px;
    line-height: 14px;
}
.new-rightbar>li:not(:last-child){
    border-bottom: 1px solid lightgray;
}
.new-rightbar>li:first-of-type {
    
}

.new-rightbar>li>a {
    color: inherit;
}

.new-rightbar>li>i {
    display: block;
}

.new-rightbar>li.r-contrast-wrap {
    cursor: pointer;
}

.new-rightbar>li.r-signin-wrap {
    cursor: pointer;
}

.new-rightbar>li.dropdown {
    cursor: default;
}

.new-rightbar>li.qq-group-content {
    cursor: default;
}

.new-rightbar>li.feedback-wrap {
    cursor: pointer;
}

.new-rightbar>li.gotop {
    display: inline-flex;
    padding-top: 18px;
}



.kefu {
    height: 86px !important;
    background-color: #0066FF !important;
    /*border-radius: 10px 0 0 10px !important;*/
}
.kefuBox{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: white;
}
.kefu .photo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background: url(/img/client_2.png) 8px 3px no-repeat #fff;
    background-size: 18px auto;
    margin-bottom: 8px;
}
.kefuBox span{
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 600;
}



.new-rightbar>li:hover {
    background-color: #3bc66f;
}
.vipBtn:hover span {
    color: white;
}

.new-rightbar>li:hover .contrast-icon {
    background: url(../img/contrast-icon.png) -158px -49px;
}

.new-rightbar>li:hover .signin-icon {
    background: url(../img/right-white.png) -50px -10px;
}

/*.new-rightbar>li:hover .contact-kefu-icon {*/
/*    background: url(../img/right-white.png) -48px -51px;*/
/*}*/

.new-rightbar>li:hover .qq-group-icon {
    background: url(../img/right-white.png) -10px -10px;
}

.new-rightbar>li:hover .upload-mode-icon {
    background: url(../img/right-white.png) -91px -10px;
}

.new-rightbar>li:hover .feebback-icon {
    background: url(../img/right-white.png) -10px -51px;
}

.new-rightbar>li:hover .gotop-icon {
    background: url(../img/right-white.png) -91px -47px;
}

.new-rightbar>li:hover .dropmenu {
    display: block;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.new-rightbar>li:hover .right-droptips-warp {
    display: block;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.new-rightbar>li .contrast-number {
    display: none;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    line-height: 1;
}

.new-rightbar>li .text-show,
.new-rightbar>li .text-show2 {
    display: block;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    line-height: 1;
}


.new-rightbar .dropdown .dropmenu, .uploadmode .dropmenu {
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: absolute;
    top: -150%;
    right: 100%;
    z-index: 9;
    -webkit-transition: opacity 0.25s, transform 0.3s;
    -moz-transition: opacity 0.25s, transform 0.3s;
    transition: opacity 0.25s, transform 0.3s;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transform-origin: 100% 95%;
    -ms-transform-origin: 100% 95%;
    transform-origin: 100% 95%;
}
.vipBtn{
    display: flex;
    flex-direction: column;
}
.new-rightbar .dropdown .dropmenu{
    width: 250px;
    height: auto;
}
.dropmenu main{
    width: 96%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px 0 lightgray;
    background-color: white !important;
}
.QQqun .dropmenu main{
    height: 130px;
    background-image: url('/img/QQBg.png');
    background-size: 100% 100%;
}
.QQqun .dropmenu main .wechat{
    border: none;
    padding: 0;
}

.dropmenu main .phone{
    width: calc(100% - 20px);
    height: auto;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: column;
}
.phone h1{
    font-size: 16px;
    color: rgba(236, 198, 107, 1);
}
.phone span{
    font-size: 14px;
    text-indent: 26px;
    line-height: 40px;
    font-weight: 600;
    color: black !important;
}
.dropmenu main .wechat{
    width: calc(100% - 20px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.wechatTxt h1{
    font-size: 14px;
    white-space: nowrap;
}
.wechatTxt span{
    font-size: 12px;
    color: gray;
}
.wechatQrcode{
    width: 110px;
    height: 110px;
    border-radius: 4px;
    padding: 5px;
    margin-left: 6px;
}
.wechatQrcode img{
    width: 100px;
    height: 100px;
}

.workTime{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.workTime p{
    font-size: 12px;
    color: #afafaf;
}





.vipBtn{
    height: 76px !important;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.vipBtn a{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.vipBtn span{
    font-size: 12px;
    line-height: 14px;
    color: #aab331;
}
.uploadmode{
    position: relative;
}
.uploadmode:hover .dropmenu{
    display: block;
}
.uploadmode .dropmenu{
    width: 250px;
    height: 130px;
    top: -100%;
}
.uploadmode .dropmenu img{
    width: 96%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 lightgray;
}





.new-rightbar .contrast-icon,
.new-rightbar .signin-icon,
.new-rightbar .contact-kefu-icon,
.new-rightbar .qq-group-icon,
.new-rightbar .upload-mode-icon,
.new-rightbar .feebback-icon,
.new-rightbar .gotop-icon,
.new-rightbar .contact-icon,
.new-rightbar .tell-icon,
.new-rightbar .tp-mail-icon {
    display: inline-block;
    vertical-align: middle;
}

.new-rightbar .contrast-icon {
    display: block;
    width: 15px;
    height: 19px;
    margin: 0 auto;
    background: url(../img/contrast-icon.png) -158px -10px;
}

.new-rightbar .signin-icon {
    display: block;
    width: 21px;
    height: 19px;
    margin: 0 auto;
    background: url(../img/right-main.png) -50px -10px;
}

.contact-kefu-icon {
    display: block;
    width: 18px;
    height: 19px;
    margin: 0 auto;
    background: url(../img/right-main.png) -48px -51px;
}

.new-rightbar .qq-group-icon {
    display: block;
    width: 20px;
    height: 21px;
    margin: 0 auto;
    background: url(../img/right-main.png) -10px -10px;
}

.new-rightbar .upload-mode-icon {
    display: block;
    width: 20px;
    height: 17px;
    margin: 0 auto;
    background: url(../img/right-main.png) -91px -10px;
}

.new-rightbar .feebback-icon {
    display: block;
    width: 18px;
    height: 22px;
    margin: 0 auto;
    background: url(../img/right-main.png) -10px -51px;
}

.new-rightbar .gotop-icon {
    display: block;
    width: 14px;
    height: 8px;
    margin: 0 auto;
    background: url(../img/right-main.png) -91px -47px;
}

.new-rightbar .contact-icon {
    width: 14px;
    height: 15px;
    vertical-align: -2px;
    background: url(../img/contact-icon.png);
}

.new-rightbar .tell-icon {
    width: 20px;
    height: 20px;
    background: url(../img/tips-icon-sprites.png) -10px -49px;
}

.new-rightbar .tp-mail-icon {
    width: 20px;
    height: 16px;
    background: url(../img/tp-mail-sprites.png) -90px -10px;
}

.new-rightbar .qq-icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../img/tips-icon-sprites.png) -169px -48px;
}

.new-rightbar .right-droptips-warp {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 50%;
    /* qq群 */
}

.new-rightbar .right-droptips-warp .droptips-content {
    width: 570px;
    background: #ffffff;
    padding: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 20;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.new-rightbar .right-droptips-warp.droptips-qq {
    opacity: 0;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transform-origin: 100% 95%;
    -webkit-transform-origin: 100% 95%;
    transition: opacity 0.25s, transform 0.3s;
    -webkit-transition: opacity 0.25s, transform 0.3s;
    width: 580px;
    background: none;
    height: auto;
    top: -50px;
    left: -580px;
}

.new-rightbar .right-droptips-warp .qq-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group {
    float: left;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group h2 {
    color: #333;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 18px;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul {
    width: 220px;
    font-size: 0;
    margin-left: -10px;
    line-height: 1;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li a {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    text-align: center;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #3bc66f;
    border-color: #3bc66f;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #3bc66f;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/tips-icon-sprites.png) -169px -118px;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li.text-center {
    text-align: center;
    color: #3bc66f;
    border-color: #3bc66f;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group ul li.text-center a {
    color: inherit;
}

.new-rightbar .right-droptips-warp .qq-container .qq-group .qq-hollow-icon {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url(../img/tips-icon-sprites.png) -169px -84px;
}

.new-rightbar .right-droptips-warp .qq-container .ll-union {
    float: left;
    margin-left: 70px;
}

.new-rightbar .right-droptips-warp .gf-wx-group {
    padding-top: 40px;
}

.new-rightbar .right-droptips-warp .gf-wx-group>h2 {
    color: #333;
    line-height: 1;
    font-size: 14px;
}

.new-rightbar .right-droptips-warp .gf-wx-group .tips {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul {
    display: inline-block;
    padding-top: 31px;
    min-height: 105px;
    text-align: center;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul .margin-left-80 {
    margin-left: 80px;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li {
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 101px;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-wx {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-wx>p {
    display: block;
    width: 100px;
    height: 100px;
    font-size: 24px;
    font-style: normal;
    text-align: center;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-wx i {
    position: absolute;
    right: 0;
    bottom: 5px;
    display: block;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .miao {
    background: url(../img/mm.png);
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .xiao {
    background: url(../img/xx.png);
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-style: normal;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-miao>p,
.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-xiao>p {
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    font-style: normal;
    text-align: center;
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-miao>p {
    width: 102px;
    height: 102px;
    background: url(../img/maio-wx.png);
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li .public-xiao>p {
    width: 101px;
    height: 101px;
    background: url(../img/xiao-wx.png);
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li:hover .public-miao p {
    transform: rotateY(0deg);
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li:hover .public-xiao p {
    transform: rotateY(0deg);
}

.new-rightbar .right-droptips-warp .gf-wx-group ul li:hover .public-wx {
    transform: rotateY(-90deg);
}

.new-rightbar .right-droptips-warp .gf-wx-group .yellow-qr-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/yellow-qr-icon.png);
}

.new-rightbar.lyk-theme-style .signin-icon {
    background: url(../img/right-lyk.png) -50px -10px;
}

.new-rightbar.lyk-theme-style .contact-kefu-icon {
    background: url(../img/right-lyk.png) -48px -51px;
}

.new-rightbar.lyk-theme-style .qq-group-icon {
    background: url(../img/right-lyk.png) -10px -10px;
}

.new-rightbar.lyk-theme-style .upload-mode-icon {
    background: url(../img/right-lyk.png) -91px -10px;
}

.new-rightbar.lyk-theme-style .feebback-icon {
    background: url(../img/right-lyk.png) -10px -51px;
}

.new-rightbar.lyk-theme-style .gotop-icon {
    background: url(../img/right-lyk.png) -91px -47px;
}

.new-rightbar.lyk-theme-style .tell-icon {
    background: url(../img/rightbar-icon-sprites.png) -90px -92px;
}

.new-rightbar.lyk-theme-style .tp-mail-icon {
    background: url(../img/tp-mail-sprites.png) -50px -10px;
}

.new-rightbar.lyk-theme-style .dropmenu .qq .qqbox a {
    background-color: #02925f;
}

.new-rightbar.lyk-theme-style>li:hover {
    background-color: #02925f;
}

.new-rightbar.lyk-theme-style .dropmenu .qq .tell {
    color: #02925f;
}

.new-rightbar.lyk-theme-style .dropmenu .qq .tp-mail {
    color: #02925f;
}

.new-rightbar.lyk-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #0dae75;
}

.new-rightbar.lyk-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #02925f;
    border-color: #02925f;
}

.new-rightbar.lyk-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #02925f;
}

.new-rightbar.lyk-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/qq_icon_sprites.png) -44px -10px;
}

.new-rightbar.lyk-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #02925f;
    border-color: #02925f;
}

.new-rightbar.yxr-theme-style .signin-icon {
    background: url(../img/right-xr.png) -50px -10px;
}

.new-rightbar.yxr-theme-style .contact-kefu-icon {
    background: url(../img/right-xr.png) -48px -51px;
}

.new-rightbar.yxr-theme-style .qq-group-icon {
    background: url(../img/right-xr.png) -10px -10px;
}

.new-rightbar.yxr-theme-style .upload-mode-icon {
    background: url(../img/right-xr.png) -91px -10px;
}

.new-rightbar.yxr-theme-style .feebback-icon {
    background: url(../img/right-xr.png) -10px -51px;
}

.new-rightbar.yxr-theme-style .gotop-icon {
    background: url(../img/right-xr.png) -91px -47px;
}

.new-rightbar.yxr-theme-style .tell-icon {
    background: url(../img/rightbar-icon-sprites.png) -170px -50px;
}

.new-rightbar.yxr-theme-style .tp-mail-icon {
    background: url(../img/tp-mail-sprites.png) -10px -82px;
}

.new-rightbar.yxr-theme-style .dropmenu .qq .qqbox a {
    background-color: #387ee8;
}

.new-rightbar.yxr-theme-style>li:hover {
    background-color: #387ee8;
}

.new-rightbar.yxr-theme-style .dropmenu .qq .tell {
    color: #387ee8;
}

.new-rightbar.yxr-theme-style .dropmenu .qq .tp-mail {
    color: #387ee8;
}

.new-rightbar.yxr-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #4e8ff1;
}

.new-rightbar.yxr-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #387ee8;
    border-color: #387ee8;
}

.new-rightbar.yxr-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #387ee8;
}

.new-rightbar.yxr-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/qq_icon_sprites.png) -78px -10px;
}

.new-rightbar.yxr-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #387ee8;
    border-color: #387ee8;
}

.new-rightbar.mss-theme-style .signin-icon {
    background: url(../img/right-mss.png) -50px -10px;
}

.new-rightbar.mss-theme-style .contact-kefu-icon {
    background: url(../img/right-mss.png) -48px -51px;
}

.new-rightbar.mss-theme-style .qq-group-icon {
    background: url(../img/right-mss.png) -10px -10px;
}

.new-rightbar.mss-theme-style .upload-mode-icon {
    background: url(../img/right-mss.png) -91px -10px;
}

.new-rightbar.mss-theme-style .feebback-icon {
    background: url(../img/right-mss.png) -10px -51px;
}

.new-rightbar.mss-theme-style .gotop-icon {
    background: url(../img/right-mss.png) -91px -47px;
}

.new-rightbar.mss-theme-style .tell-icon {
    background: url(../img/rightbar-icon-sprites.png) -130px -92px;
}

.new-rightbar.mss-theme-style .tp-mail-icon {
    background: url(../img/tp-mail-sprites.png) -50px -46px;
}

.new-rightbar.mss-theme-style .dropmenu .qq .qqbox a {
    background-color: #7251fe;
}

.new-rightbar.mss-theme-style>li:hover {
    background-color: #7251fe;
}

.new-rightbar.mss-theme-style .dropmenu .qq .tell {
    color: #7251fe;
}

.new-rightbar.mss-theme-style .dropmenu .qq .tp-mail {
    color: #7251fe;
}

.new-rightbar.mss-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #866aff;
}

.new-rightbar.mss-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #7251fe;
    border-color: #7251fe;
}

.new-rightbar.mss-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #7251fe;
}

.new-rightbar.mss-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/qq_icon_sprites.png) -10px -44px;
}

.new-rightbar.mss-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #7251fe;
    border-color: #7251fe;
}

.new-rightbar.llzx-theme-style .signin-icon {
    background: url(../img/right-zx.png) -50px -10px;
}

.new-rightbar.llzx-theme-style .contact-kefu-icon {
    background: url(../img/right-zx.png) -48px -51px;
}

.new-rightbar.llzx-theme-style .qq-group-icon {
    background: url(../img/right-zx.png) -10px -10px;
}

.new-rightbar.llzx-theme-style .upload-mode-icon {
    background: url(../img/right-zx.png) -91px -10px;
}

.new-rightbar.llzx-theme-style .feebback-icon {
    background: url(../img/right-zx.png) -10px -51px;
}

.new-rightbar.llzx-theme-style .gotop-icon {
    background: url(../img/right-zx.png) -91px -47px;
}

.new-rightbar.llzx-theme-style .tell-icon {
    background: url(../img/rightbar-icon-sprites.png) -50px -92px;
}

.new-rightbar.llzx-theme-style .tp-mail-icon {
    background: url(../img/tp-mail-sprites.png) -90px -46px;
}

.new-rightbar.llzx-theme-style .dropmenu .qq .qqbox a {
    background-color: #1abc9c;
}

.new-rightbar.llzx-theme-style>li:hover {
    background-color: #1abc9c;
}

.new-rightbar.llzx-theme-style .dropmenu .qq .tell {
    color: #1abc9c;
}

.new-rightbar.llzx-theme-style .dropmenu .qq .tp-mail {
    color: #1abc9c;
}

.new-rightbar.llzx-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #2bcdad;
}

.new-rightbar.llzx-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #1abc9c;
    border-color: #1abc9c;
}

.new-rightbar.llzx-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #1abc9c;
}

.new-rightbar.llzx-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/qq_icon_sprites.png) -10px -78px;
}

.new-rightbar.llzx-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #1abc9c;
    border-color: #1abc9c;
}

.new-rightbar.llqj-theme-style .signin-icon {
    background: url(../img/right-vr.png) -50px -10px;
}

.new-rightbar.llqj-theme-style .contact-kefu-icon {
    background: url(../img/right-vr.png) -48px -51px;
}

.new-rightbar.llqj-theme-style .qq-group-icon {
    background: url(../img/right-vr.png) -10px -10px;
}

.new-rightbar.llqj-theme-style .upload-mode-icon {
    background: url(../img/right-vr.png) -91px -10px;
}

.new-rightbar.llqj-theme-style .feebback-icon {
    background: url(../img/right-vr.png) -10px -51px;
}

.new-rightbar.llqj-theme-style .gotop-icon {
    background: url(../img/right-vr.png) -91px -47px;
}

.new-rightbar.llqj-theme-style .tell-icon {
    background: url(../img/vr-tel-icon.png) no-repeat center;
}

.new-rightbar.llqj-theme-style .tp-mail-icon {
    background: url(../img/vr-email-icon.png) no-repeat center;
}

.new-rightbar.llqj-theme-style .dropmenu .qq .qqbox a {
    background-color: #313A54;
}

.new-rightbar.llqj-theme-style>li:hover {
    background-color: #313A54;
}

.new-rightbar.llqj-theme-style .dropmenu .qq .tell {
    color: #313A54;
}

.new-rightbar.llqj-theme-style .dropmenu .qq .tp-mail {
    color: #313A54;
}

.new-rightbar.llqj-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #404b68;
}

.new-rightbar.llqj-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #313A54;
    border-color: #313A54;
}

.new-rightbar.llqj-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #313A54;
}

.new-rightbar.llqj-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/qq_icon_sprites.png) -44px -44px;
}

.new-rightbar.llqj-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #313A54;
    border-color: #313A54;
}

.new-rightbar.llvip-theme-style .signin-icon {
    background: url(../img/right-vip.png) -50px -10px;
}

.new-rightbar.llvip-theme-style .contact-kefu-icon {
    background: url(../img/right-vip.png) -48px -51px;
}

.new-rightbar.llvip-theme-style .qq-group-icon {
    background: url(../img/right-vip.png) -10px -10px;
}

.new-rightbar.llvip-theme-style .upload-mode-icon {
    background: url(../img/right-vip.png) -91px -10px;
}

.new-rightbar.llvip-theme-style .feebback-icon {
    background: url(../img/right-vip.png) -10px -51px;
}

.new-rightbar.llvip-theme-style .gotop-icon {
    background: url(../img/right-vip.png) -91px -47px;
}

.new-rightbar.llvip-theme-style .tell-icon {
    background: url(../img/rightbar-icon-sprites.png) -10px -92px;
}

.new-rightbar.llvip-theme-style .tp-mail-icon {
    background: url(../img/tp-mail-sprites.png) -10px -10px;
}

.new-rightbar.llvip-theme-style .dropmenu .qq .qqbox a {
    background-color: #bd9168;
}

.new-rightbar.llvip-theme-style>li:hover {
    background-color: #bd9168;
}

.new-rightbar.llvip-theme-style .dropmenu .qq .tell {
    color: #bd9168;
}

.new-rightbar.llvip-theme-style .dropmenu .qq .tp-mail {
    color: #bd9168;
}

.new-rightbar.llvip-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #d2a77e;
}

.new-rightbar.llvip-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #bd9168;
    border-color: #bd9168;
}

.new-rightbar.llvip-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #bd9168;
}

.new-rightbar.llvip-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/qq_icon_sprites.png) -10px -10px;
}

.new-rightbar.llvip-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #bd9168;
    border-color: #bd9168;
}

.new-rightbar.work-theme-style .signin-icon {
    background: url(../img/right-work.png) -10px -51px;
}

.new-rightbar.work-theme-style .contact-kefu-icon {
    background: url(../img/right-work.png) -51px -51px;
}

.new-rightbar.work-theme-style .qq-group-icon {
    background: url(../img/right-work.png) -10px -10px;
}

.new-rightbar.work-theme-style .upload-mode-icon {
    background: url(../img/right-work.png) -10px -90px;
}

.new-rightbar.work-theme-style .feebback-icon {
    background: url(../img/right-work.png) -90px -10px;
}

.new-rightbar.work-theme-style .gotop-icon {
    background: url(../img/right-work.png) -90px -52px;
}

.new-rightbar.work-theme-style .tell-icon {
    background: url(../img/right-work.png) -50px -10px;
}

.new-rightbar.work-theme-style .tp-mail-icon {
    background: url(../img/right-work.png) -50px -90px;
}

.new-rightbar.work-theme-style .dropmenu .qq .qqbox a {
    background-color: #325883;
}

.new-rightbar.work-theme-style>li:hover {
    background-color: #325883;
}

.new-rightbar.work-theme-style .dropmenu .qq .tell {
    color: #325883;
}

.new-rightbar.work-theme-style .dropmenu .qq .tp-mail {
    color: #325883;
}

.new-rightbar.work-theme-style .dropmenu .qq .qqbox a .btn-background {
    background: #3571b1;
}

.new-rightbar.work-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover {
    color: #325883;
    border-color: #325883;
}

.new-rightbar.work-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover a {
    color: #325883;
}

.new-rightbar.work-theme-style .right-droptips-warp .qq-container .qq-group ul li:hover .qq-hollow-icon {
    background: url(../img/work-qq.png);
}

.new-rightbar.work-theme-style .right-droptips-warp .qq-container .qq-group ul .text-center {
    text-align: center;
    color: #325883;
    border-color: #325883;
}

@-webkit-keyframes two-up-down {
    from {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px);
    }

    to {
        -webkit-transform: translate(0, -6px);
        transform: translate(0, -6px);
    }
}

@keyframes two-up-down {
    from {
        -webkit-transform: translate(0, 6px);
        transform: translate(0, 6px);
    }

    to {
        -webkit-transform: translate(0, -6px);
        transform: translate(0, -6px);
    }
}

@-webkit-keyframes upDownAnim {

    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*设置只在Z轴上移动*/
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes upDownAnim {

    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*设置只在Z轴上移动*/
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}





.indexfoucs-rightbox {
    width: 40px;
    height: 60px;
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 1000;
    display: none;
    cursor: pointer;
}

.indexfoucs-rightbox:hover .indexfoucs-rightb {
    display: block;
}

.indexfoucs-rightbox .indexfoucs-rightb-icon {
    width: 40px;
    height: 60px;
    background: linear-gradient(0deg, #5be68f 0%, #3bc66f 100%);
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    cursor: pointer;
}

.indexfoucs-rightbox .indexfoucs-rightb-icon i {
    width: 18px;
    height: 19px;
    display: block;
    margin: 0px auto 3px;
    background: url("../img/rightb-icon.png") center no-repeat;
}

.indexfoucs-rightbox .indexfoucs-rightb-icon span {
    font-size: 12px;
    color: #fff;
}

.indexfoucs-rightbox .indexfoucs-rightb {
    width: 280px;
    height: 180px;
    position: absolute;
    top: -80px;
    right: 0px;
    z-index: 1000;
    border-radius: 4px;
    display: none;
}

.indexfoucs-rightbox .indexfoucs-rightb .sysFocusImgSing {
    width: 100%;
    height: 100%;
}

.indexfoucs-rightbox .indexfoucs-rightb a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexfoucs-rightbox .indexfoucs-rightb a img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.indexfoucs-rightbox .indexfoucs-rightb .indexfoucs-rightb-text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.indexfoucs-rightbox .indexfoucs-rightb .indexfoucs-rightb-text b {
    font-weight: normal;
}

.indexfoucs-rightbox .indexfoucs-rightb-block {
    display: block;
}

.indexfoucs-rightbox .indexfoucs-rightb-none {
    display: none;
}